Initializes a new instance of
Matrix class.
シンタックス
'宣言
Public Function New( _
ByVal As System.Boolean, _
ByVal ParamArray () As Vector _
)
public Matrix(
System.bool ,
params Vector[]
)
パラメータ
- vertical
- A bool indicates whether the direction of vectors is vertical.
- vectors
- A Vector array indicates the vectors.
参照